home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / mdledit.zip / README.TXT < prev   
Text File  |  1996-08-18  |  1KB  |  20 lines

  1.  
  2. This one simple example shows you the difference between using
  3. a base frame and not using one. This is why you can't really rebuild
  4. the quake models from the data you have.
  5.  
  6. Instructions: 
  7. Move example1.med to you MedDLe directory. Type
  8. 'mdl example1.med'. 2 models will be generated and the base
  9. skin extracted. In the first model 'mod1.mdl' the first frame was used as
  10. a base. Look at the skin. In the other 'mod2.mdl' a base frame was used.
  11. You can see how much better that one is. Just change you progspath in the
  12. MedDLe config file to view these models. If you want, try to modify the 2 skins
  13. and see if you can make the first one useful. (ha, yea right).
  14.  
  15. The second example is used the same way. After running the first example,
  16. run example2.med and it will stick a texture on the mod2.mdl and rename
  17. the frame. This shows how MedDLe will try to match any 8-bit color palette. 
  18. Not a very usefull example... but now you have a complete (mostly) model. Just 
  19. write a quake c prog for it!
  20.